From 6c57e51ac92990d80196a9ac419c5097aba0e881 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 9 Nov 1999 20:59:29 +0000 Subject: [PATCH] Renamed arguments to width_in_pixels, height_in_pixels, x_in_pixels, 1999-12-13 Federico Mena Quintero * gdk-pixbuf/gnome-canvas-pixbuf.c (gnome_canvas_pixbuf_class_init): Renamed arguments to width_in_pixels, height_in_pixels, x_in_pixels, y_in_pixels, for consistency with the new canvas. (PixbufPrivate): Do the same renaming in the structure fields, for consistency. * doc/tmpl/gnome-canvas-pixbuf.sgml: Updated for new argument names. --- docs/reference/gdk-pixbuf/gdk-pixbuf.args | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf.args b/docs/reference/gdk-pixbuf/gdk-pixbuf.args index b212136dca..8813bd7b35 100644 --- a/docs/reference/gdk-pixbuf/gdk-pixbuf.args +++ b/docs/reference/gdk-pixbuf/gdk-pixbuf.args @@ -17,7 +17,7 @@ -GnomeCanvasPixbuf::width_pixels +GnomeCanvasPixbuf::width_in_pixels gboolean rw @@ -35,7 +35,7 @@ -GnomeCanvasPixbuf::height_pixels +GnomeCanvasPixbuf::height_in_pixels gboolean rw @@ -53,7 +53,7 @@ -GnomeCanvasPixbuf::x_pixels +GnomeCanvasPixbuf::x_in_pixels gboolean rw @@ -71,7 +71,7 @@ -GnomeCanvasPixbuf::y_pixels +GnomeCanvasPixbuf::y_in_pixels gboolean rw -- 2.30.2